C# Hard Truths: Program.cs was a Lie, Startup.cs is a Waste of Space, and more...
Program.cs was a lie up until .NET 6. Startup.cs was a waste of space. Microsoft forgot about DRY fo ...View More
Why is Microsoft Changing C# Syntax So Much?
Why is Microsoft changing things that already work? Top level statements (Program.cs files without a ...View More
When Should I Quit? How Do I Know When to Move On?
When should I quit my job? How do I know if my work environment is toxic or just normal? Should I st ...View More
ASP.NET Community Standup - ASP.NET Core and Microsoft Graph
Many of us work at companies that have a lot of organizational data and knowledge floating around. E ...View More
How Do You Keep Your Motivation to Learn and Grow?
How do you maintain your motivation to learn and grow? How do you keep going when you get discourage ...View More
Running RabbitMQ Locally with Docker
RabbitMQ is a popular open-source message broker, especially among C# developers who are creating mi ...View More
Upgrade Your .NET Projects Faster with Visual Studio
Now you can upgrade any .NET application to the latest version of .NET inside of Visual Studio! We a ...View More
6 New Features Coming Soon in Visual Studio 2022 (v17.5)
Visual Studio 2022 is getting a fairly significant update soon to version 17.5. In this video, I wil ...View More
.NET Versions Explained - .NET, .NET Core, .NET Standard, .NET Framework and more
Do you know the difference between .NET, .NET Standard, .NET Framework, .NET Core, ASP.NET, and ASP. ...View More
7 File Uploading in C# Best Practices - The Blazor File Upload Mini Course
This is the Uploading Files with Blazor mini-course. So far, we have seen how to upload one or many ...View More